home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5163 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  983 b 

  1. Path: inforamp.net!ts44-07
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help to debug my code?
  5. Date: Fri, 02 Feb 96 19:42:32 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4etp58$7s1@sam.inforamp.net>
  8. References: <310E2AC4.6726@pc35.hinet.net>
  9. NNTP-Posting-Host: ts44-07.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <310E2AC4.6726@pc35.hinet.net>,
  13.    Yu Tien-Te <casperyu@pc35.hinet.net> wrote:
  14. >Error 35:'MyFrameWindow::Find(TEventHandler::TEventInfo &,int(*)
  15. >         (TResponseTableEntry<GENERIC> &,TEventHandler::TEventInfo
  16. >         &))' is not a member of 'MyFrameWindow'
  17. >Error 35:'_entryies' is not a member of 'MyFrameWindow'
  18. >
  19. >class MyFrameWindow : public TFrameWindow
  20. >{
  21. >...
  22. >...
  23. >DECLARE_RESPONE_TABLE(MyFrameWindow);
  24. >};
  25. >
  26.  
  27. I haven't figures out the problem, but
  28. Find(...) declaration is generated by DECLARE_RESPONSE_TABLE() call
  29. I'll look into it, but I may not respond further.
  30.  
  31. Agrivar
  32.